home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Demos / MF20 / Arome / Gourmet Demo / 00102.ls < prev    next >
Encoding:
Text File  |  1994-10-23  |  143 b   |  9 lines

  1. on exitFrame
  2.   if the mouseDown then
  3.     go(the frame)
  4.   end if
  5.   if not (the mouseDown) and rollOver(2) then
  6.     go("Main Menu")
  7.   end if
  8. end
  9.